Gets or sets the cursor image that displays while the mouse pointer is over a
System.Windows.FrameworkElement.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Cursor As System.Windows.Input.Cursor |
| C# | |
|---|
public System.Windows.Input.Cursor Cursor {get; set;} |
Property Value
The cursor image to display. The default is defined as null for code access. However, the appearance of the cursor image in UI at run time will come from a variety of factors.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also